home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-06-12 | 38.3 KB | 1,232 lines |
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000140,$0000002A,$0000024E,$00000383,$00000000,$FFFFEEBA,$00000000,$00000000};
- LayoutWindow is {$0000024A,$00000263,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false; Cursor is oEmptyCursor;
-
- Width is 800; Height is 600;
-
- Kind is DrawOpaque;
- Elements is [
- oFond2,
- oVid_o3,
- oController4
- ];
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cTokenCommand
- with Flags is $00000004; TokenName is "StopMenu"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
- cTokenCommand
- with Flags is $00000004; TokenName is "StopMusique"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
- cDragCommand
- with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
- cGrowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
- cDoCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oFond2 is cImage
- with
- Flags is $00000150;
- Name is "Fond";
- Enabled is false; Cursor is oEmptyCursor;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Duration is 5; Duration is 5; TimeScale is 1;
- URL is "../Images/loadingboucle.jpg";
-
-
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; end,
- cFocusCommand
- with Flags is $00000004; Target is oTargetSelf; end,
- cTokenCommand
- with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
- ];
- end,
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oController4; end,
- cEnableCommand
- with Flags is $00000004; Target is oController4; end,
- cFocusCommand
- with Flags is $00000004; Target is oController4; end,
- cTokenCommand
- with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
- ];
- end
- ];
- end;
-
- object oVid_o3 is cMPEGMovie
- with
- Flags is $00000154;
- Name is "Vid\$E9o";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
- URL is "../Videos/BONUS.MPG";
- Events is [
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cTokenCommand
- with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
- ];
- end
- ];
- end;
-
- object oController4 is cBox
- with
- Flags is $00000154;
- Name is "Controller";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- Width is 640; Height is 480;
-
-
- Events is [
- cKeyboardEvent
- with Flags is $00000004; Test is IsSpace;
- Commands is [
- cDoCookieCommand
- with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "1";
- Commands is [
- cDragCommand
- with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
- cGrowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/BONUS.MPG"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "2";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Pubalcool.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "3";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/BONUS2.MPG"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "4";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/bonusmancha.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "5";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/bonuspere.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "6";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "7";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "8";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "9";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "10";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "11";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "12";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "13";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "14";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "15";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "16";
- Commands is [
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
- cEnableCommand
- with Target is oVid_o3; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "17";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "18";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "19";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "20";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "21";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "22";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "23";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "24";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "25";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "26";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R4.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "27";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "28";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end,
- cDoCookieCommand
- with CookieName is "CountLoop"; Value is "0"; end
- ];
- end
- ];
- end,
- cTokenEvent
- with Flags is $00000004; MessageData is "EndMovie";
- Commands is [
- cDoCookieCommand
- with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
- cDragCommand
- with Target is oVid_o3; Mode is DragTo; end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "1";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/BONUS.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "2";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Pubalcool.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "3";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/BONUS2.MPG"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "4";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/bonusmancha.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "5";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/bonuspere.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "6";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "7";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "8";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "9";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "10";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "11";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "12";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "13";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "14";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "15";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "16";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "17";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "18";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "19";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "20";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "21";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "22";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "23";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "24";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "25";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "26";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/R4.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "27";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "28";
- Commands is [
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
- cShowCommand
- with Target is oVid_o3; end,
- cRunCommand
- with Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Target is oVid_o3; end,
- cDoCookieCommand
- with CookieName is "CountLoop"; Value is "0"; end
- ];
- end
- ];
- end,
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cEnableCommand
- with Target is oVid_o3; Mode is Clear; end,
- cShowCommand
- with Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Target is oVid_o3; Mode is Clear; end,
- cTokenCommand
- with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
- cBrowseCommand
- with URL is "sommaire.k"; end
- ];
- end
- ];
- end;